InputBaseN(string, radix)


Returns the number obtained by converting string using the base specified by radix, an integer ranging from 2 to 36.

See also FormatBaseN.

string

Any string representing number in base specified by radix.

radix

Base of number represented by string ranging from 2 to 36.